/*手机端样式开始*/
html,body { font-size: 12px; }

/*统一header开始*/
#name_box_w { z-index: 99; width: 100%; position: fixed; background-color: #ffffff; top: 0; left: 0; height: 4.0rem; transition: all 0.5s; border-bottom: 1px solid rgba(255,255,255,0.3); }
#name_box_w_replace { background-color: #ffffff; height: 4.0rem; }
#name_box_w .container { height: 100%; }
#name_box_w #header_logo img { transition: all 0.5s; max-height: 1.75rem;}

#name_box_w .container #header_nav { height: 100%; }
#name_box_w .container #header_nav ul { height: 100%; }

/*主导航*/
.navI>li { position: relative; display: flex; justify-content: center; align-items: center; padding: 0 0.3125rem; }
.navI>li>a { width: 100%; height: 100%; position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; padding: 0 0.3125rem; line-height: 100%; font-size: 1rem; color: #1c1b1b; }
.navI>li>a p { position: relative; z-index: 2; }
.navI>li>a:after { z-index: 0; position: absolute; bottom: 15%; left: 50%; transform: translateX(-50%); display: block; width: 1.25rem; height: 0.1875rem; content: ''; transition: all .5s ease; }
.navI>li:hover>a:after, .navI>li.active>a:after { background-color: var(--base_color); height: 0.1875rem; }
.navI>li:hover>a,.navI>li.active p a { color: #000000; }
.navI>li .children { width: 100%; position: absolute; left: 0; top: calc(4.0rem + 0.0625rem); height: 0; overflow: hidden; visibility: hidden; opacity: 0; transition: all .3s ease; }
.navI>li:hover .children { visibility: visible; opacity: 1; height: auto; }

.navI li#nav_product .children { width: 12.5rem; }
.navI li .children { width:100%; position:absolute; z-index: 1; top: calc(4.0rem + 0.0625rem); left: 0; text-align: left; height:0; overflow: hidden; opacity:0; transition: all 0.3s ease 0s; }

.navI li .children li a { padding: 0 0.9375rem; width: 100%; display: block; line-height: 2.5rem; font-size: 0.875rem; background: var(--base_color); color: #ffffff; transition:.3s all; }
.navI li .children li a:hover { background: var(--second_color); }

/*主导航*/

/*导航右侧*/
#header_links { transition: all 0.5s; color: #ffffff; cursor: pointer; }
#header_links img { width: 1.0rem; }

.cover_bg { width: 100vw; height: 100vh; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.9); z-index: 0;}
#searchBar { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 100; visibility: hidden !important; opacity: 0; transition: all 0.5s; }
#searchBar .close_btn { transition: all 0.3s; position: absolute; top: 2%; right: 2%; transform: translateY(6.25rem); z-index: 2;}
#searchBar .close_btn i{ font-size: 2.5rem; color: #ffffff; cursor: pointer; }

#searchBar .box { width: 100%; max-width: 50rem; }
#searchBar .search_box { width: 100%; transition: all 0.3s; border-radius: 0; overflow: hidden; position: relative; z-index: 2; border-bottom: 0.0625rem solid rgba(255,255,255,0.3); }
#searchBar .search_box #search_key { color: #ffffff; transition: all 0.5s; font-size: 1.25rem; width: 0; border: 0; height: 4.375rem; line-height: 4.375rem; overflow: hidden; padding: 0 0.625rem; flex-grow: 1; background-color: transparent; }
#searchBar .search_box #search_key::placeholder { color: #cccccc; }
#searchBar .search_box #search_so { cursor: pointer; transition: all 0.5s; color: #ffffff; font-size: 2.0rem; font-weight: bold; }
#searchBar .search_box #search_so i { font-size: 1.25rem; margin-right: 1.0rem; display: inline-block; }
#searchBar .search_box #search_so:hover { transform: scale(1.2); }
#searchBar #search_text { color: #ffffff; }
#searchBar.active { opacity: 1; visibility: visible !important; }
#searchBar.active .search_box #search_key { width: 100%; }
#searchBar.active .close_btn { opacity: 1; visibility: visible; color: #ffffff; transform: translateY(0); z-index: 3; }

.result_list { width: 100%; position: relative; z-index: 1; }
.result_list li a { color: #ffffff !important; }

.oy { height: 50vh; overflow-y: scroll; }

.oy::-webkit-scrollbar { width: 3px; background-color: transparent; border-radius: 3px; }
.oy::-webkit-scrollbar-thumb { border: solid 2px #ffffff; width: 3px; border-radius: 3px; background-color: var(--base_color); }
.oy::-webkit-scrollbar-corner { background-color: #ffffff; }
.oy::-webkit-scrollbar:horizontal { height: 9px; }
.oy::-webkit-selection { background: var(--base_color); color: #fff; }
.oy::-moz-selection { background: var(--base_color); color: #fff; }
.oy::selection { background: var(--base_color); color: #fff; }


/*导航右侧*/

#name_box_w .container #m_nav { width: auto; height: 100%; }
#banner_box, #page_banner_box { transition: all 0.5s; }
#page_banner_box .bg { position: relative; z-index: 0; transition: all 0.5s; background-size: 100% auto; max-height: 15.625rem; }
/*下拉样式*/
#name_box_w.boxshow { height: 4rem; background-color: #ffffff; box-shadow: 0 0 0.1875rem rgba(0,0,0,0.1); }
#name_box_w.boxshow .navI>li .children { top: calc(4.0rem + 0.0625rem); }
#name_box_w.boxshow #header_logo img { transition: all 0.5s; max-height: 1.5rem; }
/*#name_box_w.boxshow img { filter: brightness(-100%); }*/
#name_box_w.boxshow #header_links { transform: scale(0.8); }
/*#name_box_w.boxshow #header_links div { font-size: 1.125rem; }*/
#banner_box.boxshow, #page_banner_box.boxshow { margin-top: 3.75rem; }

.banner_s .play_btn { position: absolute; right: 5%; top: 40%; z-index: 2; font-size: 1rem; }
.banner_s .play_btn .icon { width: 1.875rem; margin-right: 0.625rem; }
.banner_s .play_btn span { text-shadow: 0 0.125rem 0 #ffffff; }

#name_box_w.boxshow .navI>li>a:after { bottom: 15%; }
/*下拉样式*/
#location { height: 4.0rem; }
#location .catname { font-size: 1.625rem; font-weight: bold; color: var(--grey2); }
/*统一header结束*/

/*统一子页面开始*/

/*992开始左右分栏目子页面*/

/*统一子页面LEFT开始*/

#page_left { width: 100%; }
/*#page_left .slider_type  { width: 18.0rem; }*/

#page_left .slider_type .slider_type_header { background-color: var(--base_color); color: #ffffff; height: 6.4375rem; }
#page_left .slider_type .slider_type_header .title { font-size: 1.5rem; margin-bottom: 0.625rem;}
#page_left .slider_type .slider_type_header .desc { font-size: 0.875rem; font-family: 'Arial'; text-transform: uppercase; }

#page_left .slider_type .slider_type_list { background-color: #fafafa; border: 0.0625rem solid #dddddd; }
#page_left .slider_type .slider_type_list dl dt { height: 4.375rem; line-height: 4.375rem; background-color: #f3f3f3; padding: 0 1.25rem; font-size: 1.25rem; }
#page_left .slider_type .slider_type_list dl dt:last-child { border-bottom: 0 !important; }
#page_left .slider_type .slider_type_list dl dt a { font-weight: normal; }

#page_left .slider_type .slider_type_list dl.active dt { background-color: var(--base_color); color: #ffffff; }
#page_left .slider_type .slider_type_list dl.active dt a { color: #ffffff; }

#page_left .slider_type .slider_type_list dl .sub { display: none; background-color: #f2f4f6; }
#page_left .slider_type .slider_type_list dl.active .sub { display: block; }

#page_left .slider_type .slider_type_list dl dd { line-height: 2.5rem; padding: 0 1.25rem; color: #333333; font-size: 1.125rem; }

#page_left .slider_type .slider_type_list dl.active dd a.active { color: var(--base_color); }

#page_left .slider_type .slider_type_list dl dt a span.dian { width: 0.875rem; height: 0.875rem; display: block; background: url('../images/dot_g.png') center no-repeat; margin-right: 0.625rem; }
#page_left .slider_type .slider_type_list dl.active dt a:hover span.dian, #page_left .slider_type .slider_type_list dl.active dt a span.dian { background: url('../images/dot_w.png') center no-repeat; }
#page_left .slider_type .slider_type_list dl.active dt a:hover,#page_left .slider_type .slider_type_list dl.active dt a { color: #ffffff; }

#page_left .slider_gd .slider_gd_head { height: 3.5625rem; line-height: 3.5625rem; border: 1px solid #efefef; text-align: center; margin-bottom: 0.625rem; }
#page_left .slider_gd .slider_gd_head .title { font-size: 1.25rem; color: #333333; font-weight: bold; }

#page_left .slider_contact { background-color: var(--second_color); padding: 1.25rem; }
#page_left .slider_type_head .title { font-size: 1.5rem; }
/*统一子页面LEFT结束*/

/*统一子页面RIGHT开始*/
#page_right { width: 100%; }
#page_right .page_title .title { font-size: 2.0rem; border-left: 0.375rem solid var(--base_color); padding-left: 0.625rem; }

.mainInfo { font-size: 1.0rem; line-height: 2; }
.video_box { width: 100%; height: 23.4375rem; }

/*图片列表*/
.pic_list a .cover {transition: all 0.3s; opacity: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.5); display: flex; justify-content: center; align-items: center; }
.pic_list a .cover .title { font-size: 1.25rem; color: #ffffff; position: relative; padding: 0.625rem 0; max-width: 80%;}
.pic_list a:hover .cover { opacity: 1; } 
.pic_list a .cover .title:before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 1px; background: #fff; transition: all .5s ease;}
.pic_list a .cover .title:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 1px; background: #fff; transition: all .5s ease;}
.pic_list a:hover .cover .title:before, .pic_list a:hover .cover .title:after { width: 0.625rem; }

/*.pic_list img { max-width: 100%; max-height: 100%; }*/
.pic_list .box_link a.link1 { height: 2.5625rem; background-color: var(--base_color); color: #ffffff; border-radius: 0; }
.pic_list .box_link a.link2 { height: 2.5625rem; background-color: #c7c8d3; color: #ffffff; border-radius: 0; }
.pic_list .box_link a { flex-grow: 0; padding: 0 0.625rem; height: 3.25rem; overflow: hidden; font-size: 0.875rem; color: #ffffff; }
.pic_list .box_link a i { font-size: 1.125rem; margin-right: 0.3125rem; color: #ffffff; }
.pic_list .box_link a:hover { background-color: #000000; color: #ffffff; }
.pic_list .box_link a:hover i { color: #ffffff; }

.pic_list .box_link a.link1:hover { background-color: #ef9700; }
.pic_list .box_link a.link2:hover { background-color: #20223b; }
/*图片列表*/
/*新闻列表*/
.news_list { margin-bottom: 0.625rem; }
.news_list li .img_box { width: 100%; }
.news_list li .cont_box { margin-top: 1.25rem; width: 100%; }
.news_list li .title { font-size: 1.25rem; font-weight: bold; line-height: 1.6; margin-bottom: 1.0rem; }
.news_list li .content { font-size: 1.0rem; color: var(--grey2); margin-bottom: 1.0rem; line-height: 1.8; }
.news_list li .time { font-size: 1.0rem; color: var(--grey2); }
/*新闻列表*/


/*子页面翻页按钮按钮*/
.de-page-mian .page-inner .prev, .de-page-mian .page-inner .next, .de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner .page-btn{display: none !important;}
/*子页面翻页按钮按钮*/
.detail_title .title { width: 10.0rem; height: 4rem; font-size: 1.5rem; text-align: center; }

/*统一子页面RIGHT结束*/

/*统一子页面结束*/

/*统一footer开始*/
#footer { background-color: #0057bd; margin-bottom: 5rem; font-size: 0.875rem; }
#footer_main { padding-top: 2rem; padding-bottom: 2rem; }

#footer_main,#footer_main a { color: rgba(255,255,255,0.6); }
#footer_main a:hover { color: #ffffff; }
#e1 .footer_logo { margin-bottom: 1.5rem; }
#e1 .footer_logo img { max-width: 18.75rem; max-height: 2.5rem; filter: grayscale(100%) brightness(800%); }
#e1 .footer_title { font-size: 1.375rem; font-weight: bold; color: rgba(255,255,255,0.3); margin-bottom: 1rem; }
#e1 .footer_desc { font-size: 1rem; color: rgba(255,255,255,0.4); }

#footer_main dl dt { color: #ffffff; font-size: 1.375rem; line-height: 1; margin-bottom: 1.25rem; font-weight: normal; }
#footer_main dl dt:before { display: none; content: ""; width: 0.1875rem; height: 1.1875rem; background-color: #ffffff; margin-right: 1.3125rem; }
#footer_main dl dd { line-height: 2; }
#footer_main dl dd a { display: block; }

#footer_main #contactList { position: relative; }
#footer_main #contactList dl dd { line-height: 2; }

#footer_main #qrcodeList { }
#footer_main #qrcodeList li { text-align: center; }
#footer_main #qrcodeList img { width: 7.5rem; height: 7.5rem; }

#footer_copy { border-top: 0.0625rem solid rgba(255,255,255,0.2) !important; }
#footer_copy>.container { padding-top: 0.125rem; padding-bottom: 0.125rem; }
#footer_copy,#footer_copy a { font-size: 1rem; color:rgba(255,255,255,0.4); }
#footer_copy a:hover, #footer_copy a:hover { color: var(--second_color); }
/*统一footer结束*/

/*首页样式开始*/

/*首页swiper按钮统一样式*/
.flash_all .swiper-pagination { bottom: 1.25rem !important; }
.flash_all .swiper-pagination .swiper-pagination-bullet { background-color: var(--base_color); outline: none; transition: all 0.3s; padding: 0; opacity: 1; margin: 0 0.3125rem; border-radius: 0; width: 0.75rem !important; height: 0.125rem !important;}
.flash_all .swiper-pagination-bullet-active { background-color: var(--base_color); outline: none; padding: 0 1.25rem !important; opacity: 1 !important;}
.flash_all .swiper-button-next, .flash_all .swiper-button-prev { border-radius: 50%; background-color: rgba(255, 255, 255, 0.5); color: #ffffff !important;}

/*首页swiper按钮统一样式*/

/*首页swiper左右按钮*/
.swiper-button-prev:after, .swiper-button-next:after{font-size: 1.25rem !important;}
/*首页swiper左右按钮*/

/*in_box_0*/
#in_box_0 { background-color: #fbfcfd; padding-top: 2.5rem; padding-bottom: 2.5rem; }

#in_box_0 .box_header { margin-bottom: 2rem; }
#in_box_0 .box_header .line_small { width: 4.375rem; height: 0.1875rem; background: var(--second_color); margin-bottom: 1rem; }
#in_box_0 .box_header .desc { font-weight: bold; color: #ed0116; font-size: 1.125rem; margin-bottom: 1rem; line-height: 1.6; }
#in_box_0 .box_header .title { font-size: 1.75rem; font-weight: bold; }
#in_box_0 .box_header .title a { color: #323030; }

#in_box_0 .box_header .btns a { width: 10rem; height: 3.0rem; border: 1px solid #0f0f0f; color: #191313; padding: 0 1.375rem 0 2.25rem; }
#in_box_0 .box_header .btns a i { font-size: 1.5rem; }
#in_box_0 .box_header .btns a:hover { border: 1px solid var(--base_color); background-color: var(--base_color); color: #ffffff; }

#in_box_0 .box_body .table { width: 100% !important; }
/*in_box_0*/

/*in_box_1*/
#in_box_1 { padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/in_box1_bg.jpg') bottom center no-repeat; background-size: 100% auto; position: relative; }

#in_box_1 .container { position: relative; z-index: 1; }

#in_box_1 .box_header { margin-bottom: 2rem; }
#in_box_1 .box_header .line_small { width: 4.375rem; height: 0.1875rem; background: var(--second_color); margin-bottom: 1rem; }
#in_box_1 .box_header .desc { font-weight: bold; color: var(--second_color); font-size: 1.125rem; margin-bottom: 1rem; line-height: 1.6; }
#in_box_1 .box_header .title { font-size: 1.75rem; font-weight: bold; }
#in_box_1 .box_header .title a { color: #323030; }

#in_box_1 .intro_content { margin-bottom: 3rem; text-indent: 2em; font-size: 1.0rem; color: var(--grey2); line-height: 2; }

#in_box_1 .btns a { width: 10rem; height: 3.0rem; background-color: var(--second_color); color: #ffffff; font-weight: bold; padding: 0 1.375rem 0 2.25rem; }
#in_box_1 .btns a i { font-size: 0.875rem; }
#in_box_1 .btns a:hover { width: 15rem; background-color: var(--base_color);}

.intro_gd .swiper-pagination { margin-top: 0 !important; top: 0 !important; background-image: linear-gradient( to right, transparent 30%, var(--second_color) 30%) !important; height: 3.875rem; padding-right: 0.625rem; position: relative; display: flex; justify-content: flex-end; align-items: center; }
.intro_gd .swiper-pagination .swiper-pagination-bullet { background-color: transparent; border: 0.0625rem solid #ffffff; outline: none; transition: all 0.3s; padding: 0; opacity: 1; margin: 0 0.375rem !important; border-radius: 50%; width: 0.5625rem !important; height: 0.5625rem !important; }
.intro_gd .swiper-pagination-bullet-active { background-color: #ffffff !important; outline: none; opacity: 1 !important;}

.box_param ul { padding-left: 1.5rem; }
.box_param li { list-style: disc; line-height: 2; font-size: 1.375rem; font-weight: bold; color: #4b4d4f; }
/*in_box_1*/

/*in_box_2*/
#in_box_2 { padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/in_box2_bg.jpg') center no-repeat; background-size: cover; }

#in_box_2 .box_header { margin-bottom: 2rem; }
#in_box_2 .box_header .line_small { width: 4.375rem; height: 0.1875rem; background: var(--second_color); margin-bottom: 1rem; }
#in_box_2 .box_header .desc { font-weight: bold; color: #ffffff; font-size: 1.125rem; margin-bottom: 1rem; line-height: 1.6; }
#in_box_2 .box_header .title { font-size: 1.75rem; font-weight: bold; }
#in_box_2 .box_header .title a { color: #ffffff; }

#in_box_2 .box_header .btns a { width: 10rem; height: 3.0rem; border: 1px solid rgba(255,255,255,0.3); color: #ffffff; padding: 0 1.375rem 0 2.25rem; }
#in_box_2 .box_header .btns a i { font-size: 1.5rem; }
#in_box_2 .box_header .btns a:hover { background-color: var(--second_color);}

.goods_slider_type_gd { }
.goods_slider_type_gd .swiper-slide { width: 40% !important; height: 18rem !important; transition: all 0.5s; background-color: #0962d6; }
.goods_slider_type_gd .swiper-slide-active { width: 51.7857142857% !important; }

.goods_slider_type_gd .swiper-slide .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.2; background-size: auto 100%; }
.goods_slider_type_gd .swiper-slide-active .bg { opacity: 1; background-size: cover !important; }
.goods_slider_type_gd .swiper-slide .box { position: relative; width: 100%; height: 100%; z-index: 1; color: #ffffff; }

.goods_slider_type_gd .swiper-slide .box .b_header { padding: 1.25rem 0.625rem; }
.goods_slider_type_gd .swiper-slide .box .b_header .num { font-size: 1.125rem; margin-bottom: 0.5rem; text-shadow: 0 0.125rem 0 #000000; }
.goods_slider_type_gd .swiper-slide .box .b_header .desc { font-size: 0.75rem; color: rgba(255,255,255,0.6); text-shadow: 0 0.125rem 0.125rem  rgba(0,0,0,0.6); ; }

.goods_slider_type_gd .swiper-slide .box .b_footer { padding: 1.25rem 0.625rem; background-image: linear-gradient( to bottom, transparent 0%, rgba(11,13,36,1) 100%); }
.goods_slider_type_gd .swiper-slide .box .b_footer .title { font-size: 1.125rem; font-weight: bold; margin-bottom: 0.5rem; }
.goods_slider_type_gd .swiper-slide .box .b_footer .desc { font-size: 0.875rem; line-height: 1.6; color: rgba(255,255,255,0.6); visibility: hidden; opacity: 0; height: 0; }
.goods_slider_type_gd .swiper-slide-active .b_footer .desc { visibility: visible !important; opacity: 1 !important; height: auto !important; }

.goods_slider_type_gd .swiper-scrollbar { background: unset !important; position: relative; }
.goods_slider_type_gd .swiper-scrollbar:after { display: block; content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 1px; background-color: rgba(255,255,255,0.2); }
.goods_slider_type_gd .swiper-scrollbar-drag { z-index: 1; height: 0.3125rem; background-color: var(--second_color) !important; }
/*in_box_2*/

/*in_box_3*/
#in_box_3 { padding-top: 2.5rem; padding-bottom: 2.5rem; background-color: #f4f9fe; position: relative; }
#in_box_3 .container { position: relative; z-index: 1; }
#in_box_3 .box_header { margin-bottom: 2rem; }
#in_box_3 .box_header .line_small { width: 4.375rem; height: 0.1875rem; background: var(--second_color); margin-bottom: 1rem; }
#in_box_3 .box_header .title { font-size: 1.75rem; font-weight: bold; margin-bottom: 1rem; }
#in_box_3 .box_header .title a { color: #323030; }
#in_box_3 .box_header .content { font-size: 1rem; color: var(--grey3); line-height: 1.6; margin-bottom: 0; }

.qlcfw_gd .box { width: 100%; height: 11.6875rem; }
.qlcfw_gd .box .icon { margin-bottom: 0.625rem; text-align: center; }
.qlcfw_gd .box .icon img { width: 2.25rem; }
.qlcfw_gd .box .title { font-size: 1.25rem; font-weight: bold; color: var(--grey1); text-align: center; }
/*in_box_3*/

#in_box_4 { padding-top: 2.5rem; padding-bottom: 2.5rem; background-color: #ffffff; position: relative; }
#in_box_4 .container { position: relative; z-index: 1; }
#in_box_4 .box_header { margin-bottom: 2rem; }
#in_box_4 .box_header .line_small { width: 4.375rem; height: 0.1875rem; margin: 0 auto; background: var(--second_color); margin-bottom: 1rem; }
#in_box_4 .box_header .title { font-size: 1.75rem; font-weight: bold; margin-bottom: 1rem; text-align: center; }
#in_box_4 .box_header .title a { color: #323030; }

#in_box_4 .box_header .desc { font-size: 1rem; color: var(--grey3); line-height: 1.6; margin-bottom: 0; text-align: center; }

.gallery-top .swiper-wrapper { border-bottom: 0.0625rem solid #ececec; }
.gallery-top .swiper-slide { cursor: pointer; padding-top: 2rem; padding-bottom: 2rem; font-size: 1.125rem; }

.gallery-top .swiper-slide-thumb-active { border-bottom: 0.3125rem solid var(--second_color); }
.gallery-top .swiper-slide-thumb-active:before { position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; display: block; content: ""; 
width: 0;
height: 0;
border-top: 0.3125rem solid transparent; 
border-right: 0.3125rem solid transparent;
border-left: 0.3125rem solid transparent;
border-bottom: 0.3125rem solid var(--second_color);
}

#in_box_4 .box_body .btns  { margin-top: 3.125rem; }
#in_box_4 .box_body .btns a { width: 10rem; height: 3.0rem; border: 1px solid #0f0f0f; color: #191313; padding: 0 1.375rem 0 2.25rem; }
#in_box_4 .box_body .btns a i { font-size: 1.5rem; }
#in_box_4 .box_body .btns a:hover { border: 1px solid var(--base_color); background-color: var(--base_color); color: #ffffff; }

/*in_box_5*/
#in_box_5 { background-color: #f4f9fe; padding-top: 2.5rem; padding-bottom: 2.5rem; }

#in_box_5 .box_header { margin-bottom: 2rem; }
#in_box_5 .box_header .line_small { width: 4.375rem; height: 0.1875rem; background: var(--second_color); margin-bottom: 1rem; }
#in_box_5 .box_header .desc { font-weight: bold; color: #ed0116; font-size: 1.125rem; margin-bottom: 1rem; line-height: 1.6; }
#in_box_5 .box_header .title { font-size: 1.75rem; font-weight: bold; }
#in_box_5 .box_header .title a { color: #323030; }

#in_box_5 .box_header .btns a { width: 10rem; height: 3.0rem; border: 1px solid #0f0f0f; color: #191313; padding: 0 1.375rem 0 2.25rem; }
#in_box_5 .box_header .btns a i { font-size: 1.5rem; }
#in_box_5 .box_header .btns a:hover { border: 1px solid var(--base_color); background-color: var(--base_color); color: #ffffff; }


#in_box_5 #in_newslist_best ul li a { width: 100%; height: 100%; }
#in_box_5 #in_newslist_best ul li a.hover_line:after { height: 0.25rem !important; background-color: #1e5fc7; }
#in_box_5 #in_newslist_best ul li .img_box { margin-bottom: 1rem; }
#in_box_5 #in_newslist_best ul li .cont_box { background: #ffffff; padding: 1.25rem; }
#in_box_5 #in_newslist_best ul li .tags { display: inline-block; font-size: 1.125rem; font-weight: bold; color: #ffffff; background: var(--second_color); line-height: 1.3; padding: 0.6rem 1.25rem; }

#in_box_5 #in_newslist_best ul li .title { font-size: 1.25rem; color: var(--grey2); line-height: 1.6; margin-bottom: 0.625rem; font-weight: bold; }
#in_box_5 #in_newslist_best ul li .content { font-size: 1.0rem; color: var(--grey3); line-height: 1.6; }
#in_box_5 #in_newslist_normal ul li { margin-bottom: 1rem; }
#in_box_5 #in_newslist_normal ul li:last-child { margin-bottom: 0; }

#in_box_5 #in_newslist_normal ul li a { width: 100%; height: 100%; padding-top: 0.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #ececec; }
#in_box_5 #in_newslist_normal ul li a.hover_line:after { height: 0.25rem !important; background-color: #1e5fc7; }

#in_box_5 #in_newslist_normal ul li .time_box { width: 7.0rem; text-align: center; }
#in_box_5 #in_newslist_normal ul li .time_box .date-d { font-size: 4.125rem; font-family: Arial; font-weight: bold; color: rgba(37,38,38,0.46); margin-bottom: 0.625rem; }
#in_box_5 #in_newslist_normal ul li .time_box .date-y-m { font-size: 1.125rem; font-family: Arial; color: rgba(37,38,38,1); }

#in_box_5 #in_newslist_normal ul li .cont_box { padding: 0; }
#in_box_5 #in_newslist_normal ul li .title { font-size: 1.25rem; color: var(--grey2); line-height: 1.6; margin-bottom: 0.625rem; font-weight: bold; }
#in_box_5 #in_newslist_normal ul li .content { font-size: 1.0rem; color: var(--grey3); line-height: 1.6; }

#in_box_5 #in_newslist_normal ul li:last-child a { border-bottom: 0; }
/*in_box_5*/

/*in_box_6*/
#in_box_6 { padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/in_box5_bg.jpg') center no-repeat; background-size: cover; }

#in_box_6 .box_header .title { font-size: 1.25rem; font-weight: bold; color: #ffffff; margin-bottom: 1rem; text-align: center; line-height: 1.6; }
#in_box_6 .box_header .content { max-width: 96%; margin: 0 auto; line-height: 1.6; font-size: 1rem; color: #f4f9fe; text-align: center; }
/*in_box_6*/

/*in_bar*/
.bar { padding-top: 1rem; padding-bottom: 1rem; }

.bar .contbox { padding: 1.25rem 0.875rem; background-color: #ffffff; }
.bar .contbox .icon { width: 2.5rem; height: 2.5rem; margin-right: 1.25rem; }
.bar .contbox .title { font-size: 1.125rem; color: #000000; margin-bottom: 0.625rem; }
.bar .contbox .content { font-size: 0.75rem; color: var(--grey2); line-height: 1.6; }
/*in_bar*/

/*首页样式结束*/

/*公共样式*/

.page_title .box_header .title { font-size: 1.75rem; margin-bottom: 1rem; }
.page_title .box_header .desc { color: var(--grey2); margin-bottom: 2rem; }
/*公共样式*/

/*关于我们样式*/
#company #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; background: url('../images/in_box1_bg.jpg') bottom center no-repeat; background-size: 100% auto; }

#company #box1 .box_header { margin-bottom: 2rem; }
#company #box1 .box_header .line_small { width: 4.375rem; height: 0.1875rem; background: var(--second_color); margin-bottom: 1rem; }
#company #box1 .box_header .desc { font-weight: bold; color: var(--second_color); font-size: 1.125rem; margin-bottom: 1rem; line-height: 1.6; }
#company #box1 .box_header .title { font-size: 1.75rem; font-weight: bold; }
#company #box1 .box_header .title a { color: #323030; }

#company #box1 .intro_content { margin-bottom: 3rem; text-indent: 2em; font-size: 1.0rem; color: var(--grey2); line-height: 2; }

#company #box2 { background-color: #f4f9fe; padding-top: 2.5rem; padding-bottom: 2.5rem; }

#company #box2 .box_header { margin-bottom: 2rem; }
#company #box2 .box_header .line_small { width: 4.375rem; height: 0.1875rem; background: var(--second_color); margin-bottom: 1rem; }
#company #box2 .box_header .title { font-size: 1.75rem; font-weight: bold; }
#company #box2 .box_header .title a { color: #323030; }

/*关于我们样式*/

/*单页样式*/
#single .tags { color: var(--grey1); font-size: 1.125rem; margin-bottom: 2rem; line-height: 1.6; font-weight: bold; }

#single .mainInfo a { color: var(--base_color); font-weight: bold; text-decoration: underline; }
/*单页样式*/

/*新闻资讯*/

/*新闻资讯*/

/*产品列表*/

#product header #name_box_w { border-bottom: 1px solid rgba(255,255,255,0.3); }

#product #goods_slider_type { background-color: #044486; height: 4.0rem; margin-bottom: 1.875rem; }
#product #goods_slider_type .goods_slider_type a { display: block; color: #ffffff; line-height: 100%; padding: 0 0.625rem; font-size: 1.125rem; font-weight: bold; border-bottom: transparent 0.1875rem solid; }
#product #goods_slider_type .goods_slider_type a span.dian { width: 0.875rem; height: 0.875rem; display: block; background: url('../images/dot_w.png') center no-repeat; margin-right: 0.625rem; }
#product #goods_slider_type .goods_slider_type a:hover span.dian, #product #goods_slider_type .goods_slider_type a.active span.dian { background: url('../images/dot_w.png') center no-repeat; }
#product #goods_slider_type .goods_slider_type a:hover,#product #goods_slider_type .goods_slider_type a.active { border-bottom: var(--second_color) 0.1875rem solid; }

#product #goods_slider_type .goods_slider_type_left { width: calc(100% - 8rem); }
#product #goods_slider_type .btns { width: 8rem; }
#product #goods_slider_type .btns a { display: block; width: 100%; height: 100%; background-color: var(--second_color);  color: #ffffff; padding: 0 0.75rem; font-size: 1.0rem; }
#product #goods_slider_type .btns a:hover { background-color: var(--base_color); }
#product #goods_slider_type .btns a i { font-size: 1.5rem; }

.pro_li .cont_box { padding: 1.25rem; border-top: 0; }

.pro_li .cont_box.order-first { padding: 1.25rem; border-bottom: 0 !important; }

.pro_li .cont_box .num { font-size: 1.5rem; color: var(--grey2); margin-bottom: 1rem; font-weight: bold; }
.pro_li .cont_box .title { font-size: 1.625rem; color: var(--grey2); margin-bottom: 1.5rem; font-weight: bold; }
.pro_li .cont_box .content { font-size: 1rem; color: var(--grey3); line-height: 2;  margin-bottom: 2rem; }
.pro_li .cont_box .btns p {width: 10rem; height: 3.0rem; background-color: var(--second_color); color: #ffffff; font-weight: bold; padding: 0 1.375rem 0 2.25rem; }
.pro_li .cont_box .btns p i { font-size: 0.875rem; }
.pro_li .cont_box .btns p:hover { background-color: var(--base_color);}
.pro_li .cont_box .line { height: 2.0rem; }

/*产品列表*/

/*产品详情*/



#proinfo #box1 .title_h1 { padding-bottom: 1.25rem; font-size: 2.0rem; line-height: 1.6; color: var(--grey1); border-bottom: 0.125rem solid #f1f1f1; margin-bottom: 1.875rem; }
#proinfo #box1 .pro_desc .title { width: 7.5rem; height: 2.625rem; background-color: #666666; color: #ffffff; font-size: 1.0625rem; text-align: center; line-height: 2.625rem; font-weight: bold; }
#proinfo #box1 .pro_desc .desc { line-height: 2; }
#proinfo #box1 .tel_box { width: 100%; padding: 1.25rem 1.5rem; background-color: #fafafa; border: 1px solid #dddddd; }
#proinfo #box1 .tel_box i { font-size: 3.0rem; color: var(--base_color); margin-right: 0.625rem; }
#proinfo #box1 .tel_box .cont_box .tip { font-size: 0.9375rem; color: var(--grey2); margin-bottom: 0.375rem; }
#proinfo #box1 .tel_box .cont_box .tel { font-size: 1.625rem; font-weight: bold; color: var(--base_color); }
#proinfo #box1 .tel_box .mess { width: 100%; background-color: var(--second_color); margin-top: 1.0rem; }
#proinfo #box1 .tel_box .mess a { width: 60%; height: 3.25rem; font-size: 1.125rem; background-color: var(--base_color); color: #ffffff; }
#proinfo #box1 .tel_box .mess a i { font-size: 1.5rem; color: #ffffff; }
#proinfo #box1 .tel_box .mess a:hover { width: 100%; background-color: var(--base_color); padding-right: 40% !important; }

#proinfo #box2 { padding-top: 2.5rem; padding-bottom: 2.5rem; background-color: #f6f6f6; }
#proinfo #box2 .box_header { margin-bottom: 1.875rem; }
#proinfo #box2 .box_header .title { font-size: 1.75rem; font-weight: bold; color: var(--grey1); }
#proinfo #box2 .box_header .title .dian { font-size: 1rem; }

/*产品详情*/


#info .mainInfo h2,#proinfo .mainInfo h2 {font-size:1.125rem;background:#efefef;display:inline-block;padding:0.70312rem 1.25rem;color:#222222;border-left:0.375rem solid var(--base_color);font-weight:bold;}
#info .mainInfo img { display: block; margin: 0 auto; }

/*联系我们样式*/
.contact-list li .rounded-circle { background-color: var(--base_color); color: #ffffff; width: 2.5rem; height: 2.5rem; flex-shrink: 0; font-size: 1.0625rem; display: flex; justify-content: center; align-items: center; margin-right: 1.25rem; }
.contact-list li big {  font-size: 1.375rem; }
.contact-list li .rounded-circle i { font-size: 1.125rem; }

#contact .box_header { margin-bottom: 1.5rem; }
#contact .box_header .title { font-size: 1.75rem; font-weight: bold; }
#contact .box_header .desc { margin-left: 1.6875rem; line-height: 1.6; }

.contact_message li .ibox { background-color: #f3f3f3; color: #929292; }
.contact_message li .lable { width: 3.5rem; flex-shrink: 1; }
.contact_message li .ibox input { background-color: transparent; width: 100%; font-size: 0.875rem; }
.contact_message li .ibox textarea { background-color: transparent; width: 100%; height: 6.25rem; font-size: 0.875rem; }

.close_btn { position: fixed; top: 20px; right: 10px; z-index: 9999; display: none; }
.video_box { width: 100%; height: 100%; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); right: 0%; z-index: 9998; display: none; }
.video_box_bg { width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 9997;background-color: rgba(0, 0, 0, 0.75);transition: all ease-out 0.5s;display: none; }

/*联系我们样式*/

/*手机端样式*/
@media (min-width: 375px){
	html,body { font-size: 14px; }
}
/*手机端样式*/

/*大屏手机样式*/
@media (min-width: 576px){
	html,body { font-size: 14px; }

}
/*大屏手机样式*/

/*PAD效果*/
@media (min-width: 768px){
	html,body { font-size: 14px; }
	#page_banner_box .bg img { opacity: 0; }

	#header_links img { width: 1.25rem; }

	/*首页样式开始*/
	#in_box_0 { padding-top: 3.75rem; padding-bottom: 3.75rem; }
	#in_box_1 { padding-top: 3.75rem; padding-bottom: 3.75rem; }

	#in_box_2 { padding-top: 3.75rem; padding-bottom: 3.75rem; }

	.goods_slider_type_gd .swiper-slide { width: 40% !important; height: 22.75rem !important; }
	.goods_slider_type_gd .swiper-slide-active { width: 61.7857142857% !important; }

	#in_box_3 { padding-top: 3.75rem; padding-bottom: 3.75rem; }
	#in_box_5 { padding-top: 3.75rem; padding-bottom: 3.75rem; }
	#in_box_5 .box_header { margin-bottom: 2.5rem; }
	#in_box_6 { padding-top: 3.75rem; padding-bottom: 3.75rem; }

	/*首页样式结束*/

	/*统一子页面开始*/
	.pro_show { width: 100%; }
	/*统一子页面结束*/
	
	.news_list { margin-bottom: 1.875rem; }
	.news_list li .img_box { max-width: 28%; }
	.news_list li .cont_box { margin-top: 0; margin-left: 1rem; max-width: calc(72% - 1rem); }

	#footer_main { padding-top: 2.5rem; padding-bottom: 2.5rem; }
	#footer_copy>.container { padding-top: 0.5rem; padding-bottom: 0.5rem;   }

}
/*PAD效果*/

/*IPAD效果*/
@media (min-width: 992px){

	html,body { font-size: 14px; }
	.w-lg-auto { width: auto !important; }

	.clamp-lg-1 { -webkit-line-clamp: 1; }
	.clamp-lg-2 { -webkit-line-clamp: 2; }
	.clamp-lg-3 { -webkit-line-clamp: 3; }
	.clamp-lg-4 { -webkit-line-clamp: 4; }
	.clamp-lg-5 { -webkit-line-clamp: 5; }
	.clamp-lg-6 { -webkit-line-clamp: 6; }
	.clamp-lg-7 { -webkit-line-clamp: 7; }
	.clamp-lg-8 { -webkit-line-clamp: 8; }

	/*统一header开始*/
	#name_box_w { height: 5.0rem; }
	#name_box_w_replace { height: 5.0rem; }
	#name_box_w #header_nav { margin: 0 3.125rem; }
	.navI li .children { top: 5.0rem; }
	/*统一header结束*/

	/*首页样式开始*/
	#in_box_0 { padding-top: 5rem; padding-bottom: 5rem; }
	#in_box_1 { padding-top: 5rem; padding-bottom: 5rem; }
	#in_box_1 .box_header { margin-bottom: 3rem; }
	#in_box_1 #cont_box { padding-right: 3.125rem; }
	
	#in_box_2 { padding-top: 5rem; padding-bottom: 5rem; }
	#in_box_2 .box_header { margin-bottom: 3rem; }
	.goods_slider_type_gd .swiper-slide { width: 16.7857142857% !important; height: 29.75rem !important; }
	.goods_slider_type_gd .swiper-slide-active { width: 61.7857142857% !important; }

	#in_box_3 { padding-top: 5rem; padding-bottom: 5rem; }
	#in_box_3 .box_header { margin-bottom: 3rem; }
	#in_box_5 { padding-top: 5rem; padding-bottom: 5rem; }
	#in_box_5 .box_header { margin-bottom: 3rem; }

	#in_box_5 #in_newslist_normal ul li a { padding-top: 1.5rem; padding-bottom: 2.5rem; }
	#in_box_5 #in_newslist_best ul li .cont_box { height: 11.875rem; background: #ffffff; padding: 1.75rem 1.25rem; }

	#in_box_6 { padding-top: 5rem; padding-bottom: 5rem; }
	/*首页样式结束*/
	
	#company #box1 .box_header { margin-bottom: 3rem; }

	#product #goods_slider_type .goods_slider_type_left { width: calc(100% - 13.75rem); }
	#product #goods_slider_type .btns { width: 13.75rem; }

	.pro_li .cont_box { padding: 2rem 3rem; border-top: 1px solid #dee2e6; border-left: 0;  border-right: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6 !important; }
	.pro_li .cont_box.order-first { padding: 2rem 3rem; border-left: 1px solid #dee2e6 !important; border-right: 0 !important; border-bottom: 1px solid #dee2e6 !important; }

	/*统一子页面开始*/
	#page_left { width: 30%; }
	#page_left .slider_type .slider_type_list dl dt { font-size: 1.0625rem; }
	#page_left .slider_type .slider_type_list dl dd { font-size: 0.9375rem; }
	#page_right { width: 74%; margin-left: 2%; }
	#page_right.order-lg-first { margin-left: auto; margin-right: 2%; }

	#info .mainInfo img { max-width: 50.0rem !important; margin-bottom: 0.625rem; }
	
	/*统一子页面结束*/

	/*统一footer开始*/
	#footer { margin-bottom: 0; }
	/*统一footer结束*/

}
/*IPAD效果*/

/*PC效果*/
@media (min-width: 1200px){

	html,body { font-size: 15px; }

	.clamp-xl-1 { -webkit-line-clamp: 1; }
	.clamp-xl-2 { -webkit-line-clamp: 2; }
	.clamp-xl-3 { -webkit-line-clamp: 3; }
	.clamp-xl-4 { -webkit-line-clamp: 4; }
	.clamp-xl-5 { -webkit-line-clamp: 5; }
	.clamp-xl-6 { -webkit-line-clamp: 6; }
	.clamp-xl-7 { -webkit-line-clamp: 7; }
	.clamp-xl-8 { -webkit-line-clamp: 8; }

	/*统一header开始*/
	#name_box_w { height: 5.625rem; }
	#name_box_w_replace { height: 5.625rem; }
	.navI li .children { top: 5.625rem; }
	#name_box_w #header_logo img { max-height: 2.0rem; }
	#header_links img { width: auto; }
	#location { height: 5.0rem; }
	#location .catname { font-size: 1.625rem; }
	/*统一header结束*/

	/*首页样式开始*/

	#in_box_5 #in_newslist_normal ul li a { padding-top: 2rem; padding-bottom: 3rem; }

	/*首页样式结束*/

	/*公共样式*/
	.page-a { font-size: 0.875rem; }

	.page_title .box_header .title { font-size: 2.1875rem; margin-bottom: 1rem; }
	.page_title .box_header .desc { font-size: 1rem; margin-bottom: 3.75rem; }

	.mainInfo { font-size: 1.0rem; line-height: 2; }
	.mImg { max-width: 50.0rem; }
	/*公共样式*/

	/*关于我们样式*/

	/*关于我们样式*/

	/*单页样式*/
	#single #box1 .box { padding: 4.1875rem 4.375rem !important; }
	#single .tags { font-size: 1.625rem; }
	/*单页样式*/

	/*联系我们*/
	#contact #box1 .box { padding: 4.1875rem 4.375rem !important; }
	/*联系我们*/

	/*产品中心*/

	/*产品中心*/

	.detail_title .title { width: 10.0rem; }

	/*统一footer开始*/
	#footer_main { padding-top: 2.5rem; padding-bottom: 2.5rem; }
	#footer #e1 { }

	#e1 .footer_logo img { width: auto; }
	
	#footer_copy>.container { padding-top: 0.625rem; padding-bottom: 0.625rem; }


	#e4 { width: 7.5rem; margin-left: 1.875rem;}

	.video_box { width: 60%; height: 60%; }
	/*统一footer结束*/
}
/*PC效果*/

/*1280效果/1920 150% 效果*/
@media (min-width: 1280px){

}
/*1280效果/1920 150% 效果*/

/*1400效果*/
@media (min-width: 1400px){

	html,body { font-size: 16px; }

	#name_box_w { height: 6.875rem; }
	#name_box_w_replace { height: 6.875rem; }
	.navI li .children { top: 6.875rem; }
	#name_box_w #header_logo img { max-height: 3.0rem; }
	#name_box_w #header_logo { }
	#name_box_w #header_nav { margin: 0 3.125rem; }
	#name_box_w #header_links { }
	.navI>li .children { top: calc(6.8125rem + 0.0625rem); }
	.banner_s { width: 1920px; position: relative; left: 50%; transform: translateX(-50%); }

	#product #goods_slider_type { font-size: 1.125rem; }
	#page_left { width: 24%; }

	#e1 { width: 25.0rem; }
	#e2 { width: 18.75rem; margin-left: 1.875rem; }
	#e3 { width: 25.0rem; margin-left: 0; }
	#e4 { width: 7.5rem; margin-left: 1.875rem;}


}
/*1400效果*/

/*1440效果*/
@media (min-width: 1440px){

	html,body { font-size: 16px; }
	
	#name_box_w { height: 6.875rem ; }
	#name_box_w_replace { height: 6.875rem ; }
	.navI li .children { top: 6.875rem; }
	#name_box_w #header_logo img { max-height: 3.0rem; }

	#name_box_w #header_nav { margin: 0 2.5rem; }
	#name_box_w #header_nav { margin-left: 5rem; }
	.navI>li .children { top: calc(6.8125rem + 0.0625rem);  }

}
/*1440效果*/


/*1536效果/1920 125% 效果*/
@media (min-width: 1536px){
	html,body { font-size: 16px; }
	.container {
		max-width: 1424px;
	}
	#name_box_w { height: 6.875rem ; }
	#name_box_w_replace { height: 6.875rem ; }
	.navI li .children { top: 6.875rem; }
	#name_box_w #header_logo img { max-height: 3.0rem; }
	#name_box_w #header_nav { height: 6.875rem; }
	#name_box_w #header_nav { margin-left: 13rem; }
	.navI>li>a:after { bottom: 30%; }

	#banner_box, #page_banner_box { }
	

	.banner_s .play_btn { right: 20%; }
	.banner_s .play_btn .icon { width: auto; margin-right: 1.25rem; }


	.navI>li .children { top: calc(6.8125rem + 0.0625rem); }

	/*首页样式开始*/

	/*in_box_1*/
	#in_box_0 { padding-top: 5rem; padding-bottom: 8.25rem; }
	#in_box_1 { height: 58.9375rem; padding-top: 8.875rem; padding-bottom: 13.125rem; }
	#in_box_1 .box_header { margin-bottom: 3.5rem; }
	#in_box_1 .box_header .line_small { margin-bottom: 1.5rem; }
	#in_box_1 .box_header .desc { font-size: 1.375rem; margin-bottom: 1.5rem; }
	#in_box_1 .box_header .title { font-size: 3.5rem; }

	#in_box_1 .intro_content { line-height: 2.4; }

	#in_box_1 .btns a { width: 13.75rem; height: 3.75rem; padding: 0 2.375rem 0 3.25rem; }

	/*in_box_1*/

	/*in_box_2*/
	#in_box_2 { height: 58.125rem; padding-top: 7.5rem; padding-bottom: 9.0rem; }

	#in_box_2 .box_header { margin-bottom: 3.5rem; }
	#in_box_2 .box_header .line_small { margin-bottom: 1.5rem; }
	#in_box_2 .box_header .desc { font-size: 1.375rem; margin-bottom: 1.5rem; }
	#in_box_2 .box_header .title { font-size: 3.5rem; }

	#in_box_2 .box_header .btns a { width: 13.75rem; height: 3.75rem; padding: 0 2.375rem 0 3.25rem; }

	.goods_slider_type_gd .swiper-slide { width: 16.7857142857% !important; height: 29.75rem !important; }
	.goods_slider_type_gd .swiper-slide-active { width: 46.2% !important; }

	.goods_slider_type_gd .swiper-slide .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.2; background-size: auto 100%; }

	.goods_slider_type_gd .swiper-slide-active .bg { opacity: 1; background-size: cover !important; }

	.goods_slider_type_gd .swiper-slide .box .b_header { padding: 3.0rem 2.625rem; }
	.goods_slider_type_gd .swiper-slide .box .b_header .num { font-size: 1.5rem; margin-bottom: 0.75rem; }
	.goods_slider_type_gd .swiper-slide .box .b_header .desc { font-size: 0.875rem; color: rgba(255,255,255,0.6); }

	.goods_slider_type_gd .swiper-slide .box .b_footer { padding: 4.375rem 0.5rem 4.375rem 1.25rem; }
	.goods_slider_type_gd .swiper-slide .box .b_footer .title { font-size: 1.125rem; font-weight: bold; margin-bottom: 0.75rem; }
	.goods_slider_type_gd .swiper-slide .box .b_footer .desc { font-size: 1rem; line-height: 1.6; color: rgba(255,255,255,0.6); visibility: hidden; opacity: 0; height: 0; }
	.goods_slider_type_gd .swiper-slide-active .b_footer .title { font-size: 1.625rem !important; }
	.goods_slider_type_gd .swiper-slide-active .b_footer .desc { visibility: visible !important; opacity: 1 !important; height: auto !important; }
	/*in_box_2*/

	/*in_box_3*/
	#in_box_3 { height: 38.25rem; padding-top: 6.25rem; padding-bottom: 6.25rem; }
	#in_box_3 .box_header { margin-bottom: 2rem; }
	#in_box_3 .box_header .line_small { margin-bottom: 1.5rem; }
	#in_box_3 .box_header .title { font-size: 3.5rem; margin-bottom: 1.5rem;}
	#in_box_3 .box_header .content { font-size: 1rem; margin-bottom: 0; line-height: 2; width: 70%; }

	.qlcfw_gd .box { width: 13.75rem; height: 11.6875rem; }
	.qlcfw_gd .box .icon { margin-bottom: 1rem; }
	.qlcfw_gd .box .icon img { width: auto; }
	.qlcfw_gd .box .title { font-size: 1.25rem; }
	/*in_box_3*/

	/*in_box_4*/
	#in_box_4 { /*height: 69.0rem;*/ padding-top: 7.875rem; padding-bottom: 6.5rem; }
	#in_box_4 .box_header { margin-bottom: 3rem; }
	#in_box_4 .box_header .line_small { margin-bottom: 1.5rem; }
	#in_box_4 .box_header .title { font-size: 3.5rem; margin-bottom: 1.5rem;}

	.gallery-top .swiper-slide { font-size: 1.0rem; color: var(--grey2); text-align: center; }
	.gallery-top .swiper-slide-thumb-active { font-size: 1.125rem; font-weight: bold; }


	#in_box_4 .box_body .btns a { width: 13.75rem; height: 3.75rem; padding: 0 2.375rem 0 3.25rem; }

	/*in_box_4*/

	/*in_box_5*/
	#in_box_5 { height: 63.75rem; padding-top: 7.3125rem; padding-bottom: 6.625rem;}

	#in_box_5 .box_header { margin-bottom: 4.0rem; }
	#in_box_5 .box_header .line_small { width: 4.375rem; height: 0.1875rem; background: var(--second_color); margin-bottom: 1.75rem; }
	#in_box_5 .box_header .desc { font-weight: bold; color: #ed0116; font-size: 1.375rem; margin-bottom: 1.5rem; line-height: 1.6; }
	#in_box_5 .box_header .title { font-size: 3.5rem; font-weight: bold; }
	#in_box_5 .box_header .title a { color: #323030; }

	#in_box_5 .box_header .btns a { width: 13.75rem; height: 3.75rem; padding: 0 2.375rem 0 3.25rem; }
	/*in_box_5*/

	/*in_box_6*/
	#in_box_6 { height: 31.25rem; padding-top: 9rem; padding-bottom: 9rem; }

	#in_box_6 .box_header .title { font-size: 3.125rem; margin-bottom: 2.5rem; }
	#in_box_6 .box_header .content { width: 75rem; line-height: 2; font-size: 1rem; }
	/*in_box_6*/

	/*in_bar*/
	.bar { padding-top: 2rem; padding-bottom: 2rem; }

	.bar .contbox { padding: 2.5rem 1.875rem; background-color: #ffffff; }
	#in_bar.bar .contbox { padding-left: 0 !important; padding-right: 0 !important; background-color: #ffffff; }
	.bar .contbox .icon { width: auto; height: auto; margin-right: 1.25rem; }

	.bar .contbox .title { font-size: 1.375rem; color: #000000; margin-bottom: 0.875rem; }
	.bar .contbox .content { font-size: 0.9375rem; color: var(--grey2); }
	/*in_bar*/

	/*首页样式结束*/
	#company #box1 { padding-top: 3.25rem; padding-bottom: 7.0rem; }

	#company #box1 .box_header .line_small { margin-bottom: 1.5rem; }
	#company #box1 .box_header .desc { font-size: 1.375rem; margin-bottom: 1.5rem; }
	#company #box1 .box_header .title { font-size: 3.5rem; }

	#company #box1 .mainInfo { font-size: 1.0625rem; line-height: 2.5; }

	#company #box2 { padding-top: 6.375rem; padding-bottom: 8.125rem; }
	#company #box2 .box_header { margin-bottom: 3.125rem; }

	#company #box2 .box_header .line_small { margin-bottom: 1.5rem; }
	#company #box2 .box_header .title { font-size: 3.5rem; }
	/*#product*/
	#product #goods_slider_type { height: 5.0rem; margin-bottom: 2.5rem; }

	.pro_li .cont_box { padding: 3rem 4rem; border-top: 1px solid #dee2e6; border-left: 0;  border-right: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6 !important; }
	.pro_li .cont_box.order-first { padding: 3rem 4rem; border-left: 1px solid #dee2e6 !important; border-right: 0 !important; border-bottom: 1px solid #dee2e6 !important;}

	.pro_li .cont_box .num { font-size: 1.5rem; margin-bottom: 1rem; }
	.pro_li .cont_box .title { font-size: 1.625rem; margin-bottom: 1.5rem; }
	.pro_li .cont_box .content { font-size: 1rem; margin-bottom: 2rem; }
	.pro_li .cont_box .btns p { width: 13.75rem; height: 3.75rem; padding: 0 2.375rem 0 3.25rem; }
	.pro_li .cont_box .btns p i { font-size: 0.875rem; }
	.pro_li .cont_box .btns p:hover { background-color: var(--base_color);}

	.pro_li .cont_box .line { height: 3.0rem; }

	/*#product*/
	#proinfo #box1 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
	#proinfo #page_banner_box .bg { height: 12.5rem; }
	#proinfo #box2 { padding-top: 4.375rem; padding-bottom: 4.375rem; background-color: #f6f6f6; }
	#proinfo #box2 .box_header { margin-bottom: 2.875rem; }
	#proinfo #box2 .box_header .title { font-size: 2.375rem; font-weight: bold; color: var(--grey1); }
	#proinfo #box2 .box_header .title .dian { font-size: 1.0rem; }


	/*contact*/
	.contact_message li .ibox input { font-size: 1.0rem; }
	.contact_message li .ibox textarea { font-size: 1.0rem; }
	/*contact*/

	#product #box1 { padding-top: 1rem !important; padding-bottom: 5rem !important; }
	#news #box1 { padding-top: 1rem !important; padding-bottom: 5rem !important; }
	#info #box1 { padding-top: 1rem !important; padding-bottom: 5rem !important; }
	#pic #box1 { padding-top: 1rem !important; padding-bottom: 5rem !important; }
	#proinfo #box1 { padding-top: 1rem !important; padding-bottom: 5rem !important; }
	#contact #box1 { padding-top: 1rem !important; padding-bottom: 5rem !important; }
	#message #box1 { padding-top: 1rem !important; padding-bottom: 5rem !important; }

	/*统一子页面开始*/

	/*统一子页面结束*/

	/*统一footer开始*/

	#e1 { width: 25.0rem; }
	#e2 { width: 18.75rem; margin-left: 9.375rem; }
	#e3 { width: 25.0rem; margin-left: 0; }
	#e4 { width: 7.5rem; margin-left: 1.875rem;}

	/*统一footer结束*/

}
/*1536效果/1920 125% 效果*/


/*1800效果*/
@media (min-width: 1800px){
	#name_box_w .container {  max-width: 110.0rem; }
}
/*1800效果*/

/*1920效果*/
@media (min-width: 1920px){
	#name_box_w .container {  max-width: 112.5rem; }
}
/*1920效果*/

/*-------------------------